dispatchOptionsItemSelected

Deprecated

Have your FragmentHostCallback implement MenuHost to automatically dispatch menu changes to fragments.

Sends an option item selection event to the Fragments managed by the controller's FragmentManager. Once the event has been consumed, no additional handling will be performed.

Call immediately after an options menu item has been selected

Return

true if the options menu selection event was consumed

See also